home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util1 / shcd.lha / shcd / shcd.doc < prev   
Text File  |  1996-02-07  |  2KB  |  73 lines

  1.  
  2.                   SH-Ware Compact Disk Control Program v1.00
  3.  
  4.  
  5. This program is released as freeware. You may use and redistribute
  6. it freely for no charge. The author can not be held responsible for
  7. any or some data loss or hardware damage caused directly or otherwise
  8. by the use or misuse of the program. You will be using the program a
  9. your very own risk.
  10.  
  11.  
  12. Operation
  13.  
  14. Format:                    shcd <Command> [UNIT] [DEVICE=device]
  15.  
  16. Template:                  COMMAND/A,UNIT/N,DEVICE/K
  17.  
  18. Purpose:                   To turn a drive motor on or off, or to open
  19.                            or close a removable media.
  20.  
  21. Specification:
  22.  
  23. This is a simple command, that will send out an SCSI command to the
  24. specified SCSI unit. You can switch the motor of a hard disk drive
  25. on or off, or open or close the CD compartment of a CD drive. The
  26. first argument specifies, what to send to the unit. There are four
  27. commands supported, two for HDs and two for CDs:
  28.  
  29.          Command  Device type       Operation
  30.  
  31.          Start    Hard disk         Starts the drive motor
  32.          Stop     Hard disk         Stops the drive motor
  33.          Open     Compact disk      Ejects the CD
  34.          Close    Compact disk      Injects the CD
  35.  
  36. Table 1. Listing of commands supported, device types each applies to,
  37.          and what they do.
  38.  
  39. The SCSI device defaults to "scsi.device" and by default the unit to
  40. bother is number 6. This is the target ID of the SCSI device on the
  41. first board. Change this to address another device. If you have a
  42. third party SCSI controller, that uses a device other than that
  43. described earlier, use the DEVICE keyword to specify your device.
  44.  
  45. Examples:
  46.  
  47. shcd OPEN
  48.  
  49. Will eject the compact disk from the CD drive connected at target ID 6.
  50.  
  51. shcd CLOSE 4
  52.  
  53. Will inject a compact disk in the CD drive at target ID 4. These both
  54. assume that you are using scsi.device.
  55.  
  56. shcd STOP 1 DEVICE suprascsi.device
  57.  
  58. Will stop the drive motor of the HD drive at target ID 1. This one
  59. assumes a Supra board.
  60.  
  61. Note! The device name must be lowercase.
  62.  
  63. Note! You may pass junk as "<Command>". The operation performed defaults
  64.       to starting the drive motor, so this is what you get, if your input
  65.       does not match any of the valid commands.
  66.  
  67. Note! This program will only work if you have an SCSI CD drive.
  68.  
  69.  
  70. This distribution in whole is copyright 1996 by Sami Klemola.
  71. All rights reserved.
  72.  
  73.